String Schema
CommonAgencyType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
AgentId Element Agency Element Sequence CommonAgencyType Complex Type
Overview
Sequence
Agency xs:string
Identification of the executing agency
AgentId xs:int
Identification of the executing agent
Used By
AgencyInformation Element
AgencyInformation Element
AgencyInformation Element
AgencyInformation Element
Source
<xs:complexType name="CommonAgencyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Agency" type="xs:string">
      <xs:annotation>
        <xs:documentation>Identification of the executing agency</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AgentId" type="xs:int">
      <xs:annotation>
        <xs:documentation>Identification of the executing agent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.